Search
Given, A = {1,2,3,5}, B = {4,6,9}
R : A to B,
R = {(x,y): difference between x and y is odd where (x belongs to A and y belongs to B)}
Thus, R = {(1,4),(1,6),(2,9),(3,4),(3,6),(5,4),(5,6)}.